home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / CODECAT.ZIP / NOTES.TXT < prev    next >
Encoding:
Text File  |  1997-09-06  |  2.1 KB  |  45 lines

  1. Important CodeCat Notes
  2. -----------------------
  3.  
  4. 1. Only one CodeCat program can run at any one time. CodeCat does not
  5. support multitasking. That is, you can not run CodeCat Project Manager
  6. AND CodeCat Project Analysis at the same time. For example, if you are
  7. running CodeCat Project manager you must exit the program before
  8. starting the CodeCat Project Analysis program.
  9.  
  10. 2. Copy statements embedded within copybooks (or include members) will
  11. NOT be found by the missing member routine that follows the initial
  12. parsing of the source code. In the case of copy statements within
  13. copybooks, the user must create a Program List that includes the names
  14. of all programs AND copybooks.
  15.  
  16. 3. CodeCat always looks for the System Profile in C:\CODECAT. If
  17. C:\CODECAT does not exist, CodeCat creates a System Profile in the
  18. current working directory.
  19.  
  20. 4. A small sample COBOL application is provided so you can
  21. start a date analysis without having to load your own
  22. project database. Can't can find the sample application?
  23.  
  24. If you installed Codecat in a path other than C:\CODECAT you must go to
  25. the System Profile screen and change the Project Path to the path where
  26. Codecat is installed.
  27.  
  28. 5. This version of CodeCat does not handle COPY statements with
  29. the RENAMES clause. Data-names created by a renames clause
  30. will display on the reference report as being located in an
  31. UNKNOWN member. This limitation is being addressed and will be
  32. corrected in an upcoming CodeCat release.
  33.  
  34. 6.Data-names defined by the INDEXED BY parameter of an OCCURS clause are
  35. always listed as UNKNOWN on the Reference reports because there they
  36. lack an explicit data definition. Only explict data definitions are
  37. written to the data-names portion of the database. I hope this quirk
  38. isn't too annoying for you. It will be addressed in a future release.
  39.  
  40. 7. The Bookmark icon on the Selected Dates screen is not active.
  41.  
  42. 8. The line counter on the Verify Dates screen is not always accurate.
  43. If the counter line shows "Line 141 of 149 Definitions" AND the "End
  44. of Definitions" message displays, you have seen all the definitons.
  45.